home *** CD-ROM | disk | FTP | other *** search
/ Star Trek Starfleet Academy Mini Omnipedia / MINI_OMNI.ISO / pc / omni_v2.dxr / 00044_temp for index paging scroll down.ls < prev    next >
Encoding:
Text File  |  1996-04-15  |  314 b   |  12 lines

  1. on mouseDown
  2.   global oIndexScroller, gIndxScrollFldK, oIndexSlider
  3.   set vloc to the mouseV
  4.   set vloc to the mouseH
  5.   set the textStyle of field gIndxScrollFldK to "plain"
  6.   mSlideSlider(oIndexSlider)
  7.   repeat while the stillDown
  8.     mSlideSlider(oIndexSlider)
  9.   end repeat
  10.   mEndIndexToLine(oIndexScroller)
  11. end
  12.